
body, html {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
    overflow-x: hidden;
    z-index: 1;
}

/*hero*/

.hero-launch {
  height: 100vh;
  background: url('../img/hero-launch.webp') no-repeat center center/cover;
  background-size: cover;
  background-blend-mode: darken;
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 14vh;
}

.hero-launch-content {
  width: 125vb;
  padding: 10vb;
  align-items: center;
}

 
 .hero-launch h2 {
     font-family: 'Atkinson Hyperlegible', sans-serif;
     font-size: 4rem;
     font-weight: bold;
     line-height: 1.7;
     padding: 5%;
     margin-bottom: 40px;
     background-color: #393939;

 
     background-image: linear-gradient(60deg, #393939,  #393939, #393939, rgb(0, 0, 0), #393939);
     
     background-size: 100%;
     background-repeat: repeat;

     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; 
     -moz-background-clip: text;
     -moz-text-fill-color: transparent;
 }


@media (max-width: 768px) {

  .hero-launch{
      height: 75vh;
      padding-top: 15%;
  }

  .hero-launch-content{
      max-width: 95%;
      padding: 0;
  }

  .hero-launch h2 {
      font-size: 3rem;
  }

}

.launch-series-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    flex-direction: column;
}

.container-fahrenheit, .container-celsius {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.fahrenheit-container-left {
    flex: 1;
    padding: 20px;
}

.fahrenheit-container-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    line-height: 1.8;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
}

td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #555;
}

.td2{
    text-align: right;
}

.span1{
    color: #808080;
    font-weight: 200;
}

h1, h2 {
    text-align: left;
    margin: 0;
    font-family: "From the Stars W01 Regular"; 
    font-weight: 200;
}

h3, h4 {
    text-align: right;
    margin: 0%;
    font-family: "From the Stars W01 Regular"; 
    font-weight: 200;
}

h1, h3 {
    font-size: 1.8em;
    font-weight: 200;
    color: #E18A07;
}

h2, h4 {
    font-size: 1.5em;
    font-weight: 200;
    color:rgb(105, 105, 105)
}

.launch-fahrenheit {
    max-width: auto;
    height: 90vh;
}

@media (max-width: 768px) {
    .container-fahrenheit {
        flex-direction: column-reverse;
    }

    .container-celsius{
        flex-direction: column;
    }

    .fahrenheit-container-left, .fahrenheit-container-right {
        flex: none;
        width: 100%;
    }

    table{
        font-size: 12px;
        line-height: 1;
    }

    .launch-fahrenheit {
        height: 70vh;
        width: auto;
    }
}

/*hero border*/
.hero-border{
  background-image: linear-gradient(to right, rgba(105, 105, 105, 1), #E18A07);
  width: 100%;
  height: 0.5vh;
  border: 0;
}

/*gallon launch profile*/
.container-gallon-launch-profile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
}

.gallon-launch-profile-content{
    flex: 1;
    max-width: 100%;
    padding: 4%;
}

.gallon-launch-profile-content-top{
  padding-bottom: 5%;
}

.gallon-launch-profile-heading{
    font-size: 2.4em;
    font-weight: 200;
    margin-bottom: 2%;
}

.gallon-launch-profile-content p{
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 2%;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
}

.overview-gallon{
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 1%;
}

.gallon-launch-profile-image{
    flex: 1;
    text-align: center;
    border-left: #808080 0.4vh solid;
}

.gallon-launch-profile-image img{
    width: 100%;
    height: auto;
}

.gallon-lv-profile-mobile{
  display: none;
}

@media (max-width: 768px) {

  .container-gallon-launch-profile{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
  }

  .gallon-launch-profile-image{
    display: none;
    border: none;
  }

  .gallon-lv-profile-mobile{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .gallon-launch-profile-heading{
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 2%;
}

.vertical-rule-gallon-flight-profile{
  display: none;
}

}

/*orbital section- customisable design*/
.container {
  width: 90%;
  max-width: 78.125vw;
  margin: 0 auto;
  padding: 20px;
  justify-items: center;
}

.vessel {
  padding-top: 5%;
}

.row-head {
  max-width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
}

.row-head h1 {
  text-align: left;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 10px;
      font-family: "From the Stars W01 Regular";  font-weight: 200;
  color: #E18A07;
}

.row-head h2 {    
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 15px;
      font-family: "From the Stars W01 Regular";  font-weight: 200;
  color: rgb(105, 105, 105);
}    

.row-head p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: 'Atkinson Hyperlegible', Arial, sans-serif;    
}

.container-inner{
  display: flex;
  flex-direction: row;
  width: 90%;
  padding: 20px 0;
  align-items: center;
}

.image-wrapper{
  max-height: fit-content;
  width: 50%;
}

.image-wrapper img{
width: 100%;
}

.carousel-wrapper{
width: 50%;
}

.vessel-features {
display: flex;
flex-direction: column;
justify-content: space-between;
list-style: none;
padding: 0 30px;
margin: 0;
gap: 30px;
}

.vessel-features li {
margin-bottom: 15%;
}

.vessel-features h3 {
margin-bottom: 15px;
font-size: 1.8rem;
text-align: left;
font-family: "From the Stars W01 Regular";
color: #E18A07;
font-weight: 200;
}

.vessel-features p {
font-size: 1.1rem;
line-height: 1.5;
font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
}

@media(max-width: 768px){

  .container{
    padding: 0%;
  }

  .container-inner{
      flex-direction: column;
  }

  .image-wrapper, .carousel-wrapper{
    width: 100%;
  }

  .vessel-features{
    padding-top: 4vh;
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 0%;
}

.vessel-features li{
    margin-bottom: 20px;
}

.vessel-features h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.vessel-features p {
    font-size: 0.9rem;
    text-align: left;
}
}

@media(max-width: 1023px) and (min-width: 769px){
.container{
  padding: 0%;
}

.container-inner{
  padding: 0;
}

.vessel-features li{
  margin-bottom: 10%;
}
}

/*launch complex*/

.launch-complex {
    padding: 5% 3%; /* Relative padding to adapt to screen size */
   align-items: center;
  }
  
  .container-complex {
    max-width: 90%; /* Relative max-width to allow adaptation */
    margin: 0 auto;
  }
  
  .launch-complex-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 3%; /* Relative gap between elements */
  }
  
  .launch-complex-image {
    flex: 1 1 50%;
    margin-bottom: 3%; /* Add some relative spacing between sections */
  }
  
  .launch-complex-image img {
    width: 100%;
    }
  
  .launch-complex-text {
    flex: 1 1 50%;
    margin-top: 0%; 
    align-content: center;
  }
  
  .launch-complex-text h2 {
    font-size: 2.4em; 
    font-family: "From the Stars W01 Regular";
    font-weight: 200;
    margin-bottom: 1.5rem; /* Proportional space below the heading */
  }
  
  .launch-complex-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;

  }
  
  @media (max-width: 768px) {
    .launch-complex-row {
      flex-direction: column;
    }
  
    .launch-complex-text h2 {
      font-size: 2rem;
    }
  
    .launch-complex-text p {
      font-size: 0.95rem;
    }
  
    .launch-complex {
      padding: 5%; 
    }
  
    .launch-complex-image {
      margin-bottom: 5%; /* Increase spacing for smaller devices */
    }
  }
  
  /* flight path */

  .flight-path {
    text-align: center; 
  }
  
  .container-flight {
    max-width: 100%;
    padding-bottom: 5%;
    margin: 0 auto; 
  }
  
  .flight-path-text {
    max-width: 50%; 
    margin: 0 auto;
  }

  .orbital-flight-head{
    font-size: 2em;
    font-weight: 200;
    color: #E18A07;
    margin-bottom: 1rem; 
    text-align: center;
  }

  .suborbit-flight-head{
    font-size: 2em;
    font-weight: 200;
    color: rgb(105, 105, 105);
    margin-bottom: 1rem; 
    text-align: center;
  }
  
  .flight-path-text p {
    font-size: 1rem; 
    line-height: 1.6; 
    margin-bottom: 2rem; 
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
  }
  
  .conops-img {
    width: 100%; 
    margin: 0; 
  }
  

  .conops-img img {
    max-width: 85%;
    justify-self: center;
    height: auto; 
    display: block; 
  }
  
  @media (max-width: 768px) {

    .flight-path-text {
      max-width: 80%; 
      text-align: left;
    }

    .conops-img img {
    max-width: 100%;
    justify-self: center;
    height: auto; 
    display: block; 
  }

  }

  /* benefit section */
.benefit-section {
    padding: 40px 20px;
  }
  
  .benefit-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .benefit-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  
  .benefit-text-content {
    flex: 1;
    max-width: 48%;
  }
  
  .benefit-text-content h1 {
    font-family: 'From the Stars W01 Regular', sans-serif;
    font-size: 2.4rem;
    color: #E18A07;
    font-weight: 200;
    margin-bottom: 20px;
  }
  
  .benefit-text-content p {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
  }
  
  .cta-button {
    display: inline-block;
    background-color: rgb(105, 105, 105);
    color: #fff;
    padding: 10px 20px;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 200;
    transition: all 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: #E18A07;
  }
  
  .benefit-image-content-desktop {
    flex: 1;
    max-width: 48%;
    text-align: center;
    display: none;
  }
  
  .benefit-image-content-desktop img {
    width: 100%;
    height: auto;
  }
  
  .benefit-image-content-mobile {
    display: none;
  }
  
  @media (min-width: 769px) {
    
    .benefit-image-content-desktop {
      display: block;
    }

    .benefit-image-content-mobile {
        display: none;
    }

  }

  @media (max-width: 768px) {
    .benefit-content-wrapper {
      flex-direction: column;
      text-align: left;
      justify-items: center;
    }
  
    .benefit-image-content-desktop {
      display: none;
    }

    .benefit-text-content {
      max-width: 100%;
    }
  
    .benefit-text-content p {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .benefit-image-content-mobile {
        display: block;
    }
  
    .benefit-image-content-mobile img {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  

/*explore suborbit*/

.explore-suborbit {
    padding: 8% 2%;
    padding-top: 10%;
    max-width: 100%;
    height: auto;
    background-color: white;
    color: black;
  }
  
  .container-explore-suborbit {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 3%;
  }

  .container-explore-suborbit-1 {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
  }

  .explore-suborbit-intro-head{
    flex: 1;
    text-align: left;
    padding: 1%;
    margin-bottom: 2%;  
  }
  
  .explore-suborbit-intro-head h1{
    font-family: "From the Stars W01 Regular";
    font-size: 3rem;
    font-weight: 100;
    color: #E18A07;
  }

  .explore-suborbit-intro-img{
    flex: 1;
    text-align: center;
    padding: 0 10%;
  }

  .explore-suborbit-intro-img img{
    width: 100%;
    height: auto;
  }
 
  .container-explore-suborbit-2 {
    flex: 1;
    width: 100%;
  }

  .container-explore-suborbit-2 p{
    text-align: left;
    padding: 1%;
    color: black;
    font-size: 1.1rem;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    line-height: 1.6;
    
}

  .container-explore-suborbit-3 {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
  }

  .explore-suborbit-outro-head{
    flex: 1;
    text-align: left;
    padding: 1%;
    margin-bottom: 2%;
  }

  .explore-suborbit-outro-head h1{
    font-family: "From the Stars W01 Regular";
    font-size: 3.6rem;
    font-weight: 400;
    background-color: #E18A07;
  
   
    background-image: linear-gradient(45deg, #E18A07, rgb(105, 105, 105), #E18A07, #E18A07);
    
    background-size: 100%;
    background-repeat: repeat;
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
  
  .explore-suborbit-outro-img{
    flex: 1;
    text-align: center;
    padding: 0 10%;
  }

  .explore-suborbit-outro-img img{
    width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {

    .container-explore-suborbit-1 {
        flex-direction: column;
        padding: 0 3%;
    }

    .explore-suborbit-intro-head h1{
        font-family: "From the Stars W01 Regular";
        font-size: 2.4rem;
        font-weight: 200;
        color: #E18A07;
      }

    .explore-suborbit-content-text2{
        display: none;
      }

    .explore-suborbit-intro-img{
        flex: 1;
        text-align: center;
        padding: 0 3%;
      }

    .container-explore-suborbit-3{
        flex-direction: column-reverse;
        padding: 0 3%;
    }

    .explore-suborbit-outro-img{
        flex: 1;
        text-align: center;
        padding: 0 3%;
      }

    .explore-suborbit-outro-head h1{
        font-size: 2.4rem;
        font-weight: 200;
        text-align: center;
    }
  }

  .explore-suborbit hr{
    border: none;
    justify-self: center;
    height: 0.2vh;
    width: 60%;
    margin-top: 3%;
    background-image: linear-gradient(to right, rgb(105, 105, 105, 1), #E18A07, rgb(105, 105, 105));
  }